home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if "%1"=="" goto param
- if not exist %1susenc.exe goto disk
- if not exist %1resenc.exe goto disk
- if not exist %1wine.bat goto disk
- copy %1susenc.exe susenc.exe > nul
- if errorlevel goto file
- copy %1resenc.exe resenc.exe > nul
- if errorlevel goto file
- copy %1wine.bat wine.bat > nul
- if errorlevel goto file
- goto end
- :param
- echo Missing parameter! Command - copywin drive:
- goto end
- :disk
- echo Missing ENC! file(s) in drive %1
- goto end
- :file
- echo Error copying file(s) in drive %1
- :end
-
-